Bump blktap and dom0op version numbers.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 4 Dec 2005 11:06:38 +0000 (12:06 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 4 Dec 2005 11:06:38 +0000 (12:06 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/blktap/Makefile
xen/include/public/dom0_ops.h

index d5d6f3eab33ad9fdd48db3cf982a98e027c643f1..d61c407c03545605ae25b28f9fe08c29440e9150 100644 (file)
@@ -1,4 +1,4 @@
-MAJOR    = 2.0
+MAJOR    = 3.0
 MINOR    = 0
 SONAME   = libblktap.so.$(MAJOR)
 
index 5627a441e4743384d67ec9b7d4608f82e19b0b85..cf40e39c3e1ecde22e78a88378f6a3689b51296a 100644 (file)
@@ -19,7 +19,7 @@
  * This makes sure that old versions of dom0 tools will stop working in a
  * well-defined way (rather than crashing the machine, for instance).
  */
-#define DOM0_INTERFACE_VERSION   0xAAAA1014
+#define DOM0_INTERFACE_VERSION   0x03000000
 
 /************************************************************************/